linux.git
3 years agoMake mkcompile_h accept an alternate timestamp string
Ben Hutchings [Tue, 12 May 2015 18:29:22 +0000 (19:29 +0100)]
Make mkcompile_h accept an alternate timestamp string

Forwarded: not-needed

We want to include the Debian version in the utsname::version string
instead of a full timestamp string.  However, we still need to provide
a standard timestamp string for gen_initramfs_list.sh to make the
kernel image reproducible.

Make mkcompile_h use $KBUILD_BUILD_VERSION_TIMESTAMP in preference to
$KBUILD_BUILD_TIMESTAMP.

Gbp-Pq: Topic debian
Gbp-Pq: Name uname-version-timestamp.patch

3 years agoInclude package version along with kernel release in stack traces
Ben Hutchings [Tue, 24 Jul 2012 02:13:10 +0000 (03:13 +0100)]
Include package version along with kernel release in stack traces

Forwarded: not-needed

For distribution binary packages we assume
$DISTRIBUTION_OFFICIAL_BUILD, $DISTRIBUTOR and $DISTRIBUTION_VERSION
are set.

Gbp-Pq: Topic debian
Gbp-Pq: Name version.patch

3 years agoDocumentation: Fix broken link to CIPSO draft
Ben Hutchings [Sat, 24 Aug 2019 18:00:41 +0000 (19:00 +0100)]
Documentation: Fix broken link to CIPSO draft

Forwarded: not-needed

We exclude the CIPSO draft text as its licence is not DFSG compliant.
Link to the IETF's online version instead.

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name documentation-fix-broken-link-to-cipso-draft.patch

3 years agovideo: Remove nvidiafb and rivafb
Ben Hutchings [Sat, 2 Jun 2012 18:53:38 +0000 (19:53 +0100)]
video: Remove nvidiafb and rivafb

Bug-Debian: https://bugs.debian.org/383481
Forwarded: no

These drivers contain register programming code provided by the
hardware vendor that appears to have been deliberately obfuscated.
This is arguably not the preferred form for modification.

These drivers are also largely redundant with nouveau.  The RIVA 128
(NV3) is not supported by nouveau but is about 15 years old and
probably discontinued 10 years ago.

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name video-remove-nvidiafb-and-rivafb.patch

3 years agoAdd removal patches for: 3c359, smctr, keyspan, cops
Frederik Schüler [Fri, 5 Jan 2007 15:55:24 +0000 (15:55 +0000)]
Add removal patches for: 3c359, smctr, keyspan, cops

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-net-appletalk-cops.patch

3 years agovs6624: mark as broken
Ben Hutchings [Sun, 27 May 2012 00:56:58 +0000 (01:56 +0100)]
vs6624: mark as broken

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name vs6624-disable.patch

3 years agodvb-usb-af9005: mark as broken
Ben Hutchings [Mon, 17 Aug 2009 01:45:41 +0000 (02:45 +0100)]
dvb-usb-af9005: mark as broken

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-media-dvb-dvb-usb-af9005-disable.patch

3 years agoRemove microcode patches for mgsuvd (not enabled in Debian configs)
Ben Hutchings [Mon, 13 Apr 2009 16:34:00 +0000 (17:34 +0100)]
Remove microcode patches for mgsuvd (not enabled in Debian configs)

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name arch-powerpc-platforms-8xx-ucode-disable.patch

3 years agoTweak gitignore for Debian pkg-kernel using git svn.
Ian Campbell [Thu, 17 Jan 2013 08:55:21 +0000 (08:55 +0000)]
Tweak gitignore for Debian pkg-kernel using git svn.

Forwarded: not-needed

[bwh: Tweak further for pure git]

Gbp-Pq: Topic debian
Gbp-Pq: Name gitignore.patch

3 years agolinux (5.19.6-1) unstable; urgency=medium
Salvatore Bonaccorso [Thu, 1 Sep 2022 07:04:35 +0000 (08:04 +0100)]
linux (5.19.6-1) unstable; urgency=medium

  * New upstream stable update:
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.1
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.2
    - Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" (Closes: #1017894)
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.3
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.4
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.5
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.6
    - mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
      (CVE-2022-2590)
    - af_key: Do not call xfrm_probe_algs in parallel (CVE-2022-3028)
    - [x86] nospec: Unwreck the RSB stuffing
    - [x86] nospec: Fix i386 RSB stuffing (Closes: #1017425)
    - bpf: Don't use tnum_range on array range checking for poke descriptors
      (CVE-2022-2905)

  [ Ben Hutchings ]
  * d/tests/kbuild: Fix default-flavour lookup for arches with no featuresets
  * d/tests/kbuild: Make flavour lookup verbose
  * d/lib/python/debian_linux, d/templates: Use variable for binary package
    name
  * lintian: Update overrides in linux-image-*-dbg for lintian 2.115
  * d/{signing_templates/,}rules.real: Run dh_lintian for all packages
  * [hppa,mips,mipsel,powerpc] lintian: Override error for 64-bit kernels
  * [mips64el,mipsel,ppc64el] lintian: Override error for unstripped vmlinux
  * [arm64] lintian: Override errors for vdso32.so in linux-image-*-dbg
  * android: Remove CONFIG_ANDROID:
    - Drop "wireguard: Clear keys after suspend despite CONFIG_ANDROID=y"
    - pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
    - remove CONFIG_ANDROID
    - Enable/disable ANDROID_BINDER_IPC to match previous configuration

  [ Vincent Blut ]
  * [x86] drivers/hwmon: Enable SENSORS_ASUS_WMI and SENSORS_ASUS_EC as
    modules
  * [x86] drivers/platform/x86: Enable NVIDIA_WMI_EC_BACKLIGHT as module
    (Closes: #1017972)
  * [arm64] drivers/spi: Enable SPI_GPIO and SPI_SUN6I as modules
    (Closes: #1016807)

  [ Diederik de Haas ]
  * [arm64] drivers/gpu/drm/rockchip: Explicitly enable ROCKCHIP_VOP

  [ Helge Deller ]
  * [hppa] Drop CONFIG_PATA_LEGACY for hppa architecture

  [ Salvatore Bonaccorso ]
  * [rt] Refresh "rcutorture: Also force sched priority to timersd on boosting
    test."
  * Drop setting of CRYPTO_BLAKE2S
    crypto: blake2s shash module was removed upstream.
  * [arm] arch/arm/crypto: Enable CRYPTO_BLAKE2S_ARM
  * certs: Rotate to use the "Debian Secure Boot Signer 2022 - linux"
    certificate (Closes: #1018752)
  * Set ABI to 1
  * [hppa/parisc64] Drop explicit setting of 64BIT

[dgit import unpatched linux 5.19.6-1]

3 years agoImport linux_5.19.6.orig.tar.xz
Salvatore Bonaccorso [Thu, 1 Sep 2022 07:04:35 +0000 (08:04 +0100)]
Import linux_5.19.6.orig.tar.xz

[dgit import orig linux_5.19.6.orig.tar.xz]

3 years agoImport linux_5.19.6-1.debian.tar.xz
Salvatore Bonaccorso [Thu, 1 Sep 2022 07:04:35 +0000 (08:04 +0100)]
Import linux_5.19.6-1.debian.tar.xz

[dgit import tarball linux 5.19.6-1 linux_5.19.6-1.debian.tar.xz]